Skip to content

chore(license): MIT → Apache 2.0#60

Merged
hummbl-dev merged 1 commit intomainfrom
chore/claude/license-apache-2.0
Apr 19, 2026
Merged

chore(license): MIT → Apache 2.0#60
hummbl-dev merged 1 commit intomainfrom
chore/claude/license-apache-2.0

Conversation

@hummbl-dev
Copy link
Copy Markdown
Owner

Summary

  • LICENSE file replaced with Apache 2.0 (copied from hummbl-governance canonical)
  • README badge and license section updated
  • pyproject.toml license field updated

Why: Patent grant matters for governance infrastructure. Aligns all HUMMBL repos on Apache 2.0. Fixes inconsistency where hummbl.io and different repos claimed different licenses.

Test plan

  • head -2 LICENSE shows Apache License
  • grep license pyproject.toml shows Apache-2.0
  • README badge renders Apache 2.0

🤖 Generated with Claude Code

Patent grant matters for governance infrastructure. Aligns with
hummbl-governance (flagship repo) which already uses Apache 2.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a3ed7f5cdc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pyproject.toml
description = "Deterministic, polyglot code quality scoring with governance integration"
readme = "README.md"
license = "MIT"
license = {text = "Apache-2.0"}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use SPDX string for project license metadata

Switching project.license to a TOML table ({text = "Apache-2.0"}) introduces a deprecated configuration path in setuptools: with setuptools 77+ (and this repo requires setuptools>=82.0.1), metadata generation emits SetuptoolsDeprecationWarning for table-form licenses and indicates this will become a build error in the future. This can break packaging workflows that treat warnings as errors and creates avoidable forward-compatibility risk; use the SPDX string form (license = "Apache-2.0") and project.license-files if needed.

Useful? React with 👍 / 👎.

@hummbl-dev hummbl-dev merged commit 01e5631 into main Apr 19, 2026
3 checks passed
@hummbl-dev hummbl-dev deleted the chore/claude/license-apache-2.0 branch April 19, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant